﻿2026-05-28T04:15:04.1631560Z ##[group]Run actions/checkout@v6
2026-05-28T04:15:04.1632590Z with:
2026-05-28T04:15:04.1633075Z   ref: master
2026-05-28T04:15:04.1633542Z   lfs: true
2026-05-28T04:15:04.1634017Z   repository: yorvana/android
2026-05-28T04:15:04.1638774Z   token: ***
2026-05-28T04:15:04.1639272Z   ssh-strict: true
2026-05-28T04:15:04.1639763Z   ssh-user: git
2026-05-28T04:15:04.1640259Z   persist-credentials: true
2026-05-28T04:15:04.1640830Z   clean: true
2026-05-28T04:15:04.1641330Z   sparse-checkout-cone-mode: true
2026-05-28T04:15:04.1641901Z   fetch-depth: 1
2026-05-28T04:15:04.1642387Z   fetch-tags: false
2026-05-28T04:15:04.1642883Z   show-progress: true
2026-05-28T04:15:04.1643386Z   submodules: false
2026-05-28T04:15:04.1643888Z   set-safe-directory: true
2026-05-28T04:15:04.1644715Z ##[endgroup]
2026-05-28T04:15:04.2813344Z Syncing repository: yorvana/android
2026-05-28T04:15:04.2816513Z ##[group]Getting Git version info
2026-05-28T04:15:04.2818165Z Working directory is '/home/runner/work/android/android'
2026-05-28T04:15:04.2820485Z [command]/usr/bin/git version
2026-05-28T04:15:04.4206349Z git version 2.54.0
2026-05-28T04:15:04.4249041Z [command]/usr/bin/git lfs version
2026-05-28T04:15:04.9820126Z git-lfs/3.7.1 (GitHub; linux amd64; go 1.24.4)
2026-05-28T04:15:04.9827497Z ##[endgroup]
2026-05-28T04:15:04.9836059Z Temporarily overriding HOME='/home/runner/work/_temp/3729ae8e-7b71-480b-9afb-041cf6edcfda' before making global git config changes
2026-05-28T04:15:04.9840822Z Adding repository directory to the temporary git global config as a safe directory
2026-05-28T04:15:04.9859553Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/android/android
2026-05-28T04:15:05.0007570Z Deleting the contents of '/home/runner/work/android/android'
2026-05-28T04:15:05.0019084Z ##[group]Initializing the repository
2026-05-28T04:15:05.0021476Z [command]/usr/bin/git init /home/runner/work/android/android
2026-05-28T04:15:05.0469773Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-28T04:15:05.0473221Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-28T04:15:05.0481224Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-28T04:15:05.0484231Z hint: call:
2026-05-28T04:15:05.0486081Z hint:
2026-05-28T04:15:05.0488424Z hint: 	git config --global init.defaultBranch <name>
2026-05-28T04:15:05.0490992Z hint:
2026-05-28T04:15:05.0493793Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-28T04:15:05.0498317Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-28T04:15:05.0501709Z hint:
2026-05-28T04:15:05.0503604Z hint: 	git branch -m <name>
2026-05-28T04:15:05.0505840Z hint:
2026-05-28T04:15:05.0508761Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-28T04:15:05.0513325Z Initialized empty Git repository in /home/runner/work/android/android/.git/
2026-05-28T04:15:05.0523547Z [command]/usr/bin/git remote add origin https://github.com/yorvana/android
2026-05-28T04:15:05.0826504Z ##[endgroup]
2026-05-28T04:15:05.0830279Z ##[group]Disabling automatic garbage collection
2026-05-28T04:15:05.0833653Z [command]/usr/bin/git config --local gc.auto 0
2026-05-28T04:15:05.0873204Z ##[endgroup]
2026-05-28T04:15:05.0876641Z ##[group]Setting up auth
2026-05-28T04:15:05.0879466Z Removing SSH command configuration
2026-05-28T04:15:05.0882984Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-28T04:15:05.0915801Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-28T04:15:05.1974610Z Removing HTTP extra header
2026-05-28T04:15:05.1978797Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-28T04:15:05.2051049Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-28T04:15:05.2408509Z Removing includeIf entries pointing to credentials config files
2026-05-28T04:15:05.2413692Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-28T04:15:05.2454534Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-28T04:15:05.2713614Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-6187e862-e3b4-4e89-bd8f-9fa35ca20c08.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-28T04:15:05.2768350Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/android/android/.git.path /home/runner/work/_temp/git-credentials-6187e862-e3b4-4e89-bd8f-9fa35ca20c08.config
2026-05-28T04:15:05.2799961Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/android/android/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-6187e862-e3b4-4e89-bd8f-9fa35ca20c08.config
2026-05-28T04:15:05.2872725Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-6187e862-e3b4-4e89-bd8f-9fa35ca20c08.config
2026-05-28T04:15:05.2913962Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-6187e862-e3b4-4e89-bd8f-9fa35ca20c08.config
2026-05-28T04:15:05.2971120Z ##[endgroup]
2026-05-28T04:15:05.2973228Z [command]/usr/bin/git lfs install --local
2026-05-28T04:15:05.3662762Z Updated Git hooks.
2026-05-28T04:15:05.3671129Z Git LFS initialized.
2026-05-28T04:15:05.3684184Z ##[group]Fetching the repository
2026-05-28T04:15:05.3696586Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/master*:refs/remotes/origin/master* +refs/tags/master*:refs/tags/master*
2026-05-28T04:15:06.5090453Z From https://github.com/yorvana/android
2026-05-28T04:15:06.5093025Z  * [new branch]      master     -> origin/master
2026-05-28T04:15:06.5168054Z ##[endgroup]
2026-05-28T04:15:06.5169189Z ##[group]Determining the checkout info
2026-05-28T04:15:06.5177520Z [command]/usr/bin/git branch --list --remote origin/master
2026-05-28T04:15:06.5242349Z   origin/master
2026-05-28T04:15:06.5254925Z ##[endgroup]
2026-05-28T04:15:06.5255573Z ##[group]Fetching LFS objects
2026-05-28T04:15:06.5259803Z [command]/usr/bin/git lfs fetch origin refs/remotes/origin/master
2026-05-28T04:15:06.5519336Z Fetching reference refs/remotes/origin/master
2026-05-28T04:15:06.5824266Z ##[endgroup]
2026-05-28T04:15:06.5829406Z [command]/usr/bin/git sparse-checkout disable
2026-05-28T04:15:06.5915371Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-28T04:15:06.5955524Z ##[group]Checking out the ref
2026-05-28T04:15:06.5960401Z [command]/usr/bin/git checkout --progress --force -B master refs/remotes/origin/master
2026-05-28T04:15:06.6723266Z Reset branch 'master'
2026-05-28T04:15:06.6726269Z branch 'master' set up to track 'origin/master'.
2026-05-28T04:15:06.7004428Z Encountered 1 file that should have been a pointer, but wasn't:
2026-05-28T04:15:06.7011910Z 	app/coverage-baselines/gmd_smoke.ec
2026-05-28T04:15:06.7043983Z ##[endgroup]
2026-05-28T04:15:06.7087830Z [command]/usr/bin/git log -1 --format=%H
2026-05-28T04:15:06.7127928Z 280785b3fd3ca7378f17cec1af5e0b9f60fa4a32
